py.test: a mature full-featured testing tool
	http://pytest.org/

Mock: Mocking and Testing Library
	http://www.voidspace.org.uk/python/mock/

python-nose: A unittest-based testing framework for python that makes writing and running tests easier
	http://code.google.com/p/python-nose/

BuildBot: system to automate the compile/test cycle required by most software projects to validate code changes.
	http://pypi.python.org/pypi/buildbot

unittest/PyUnit: Unit testing framework
	http://docs.python.org/library/unittest.html

doctest: Test interactive Python examples
	http://docs.python.org/library/doctest.html

MiniMock: simple library for doing Mock objects with doctest.
	http://pypi.python.org/pypi/MiniMock

Coverage.py: tool for measuring code coverage of Python programs.
	http://nedbatchelder.com/code/coverage/
